home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d26 / corwp30.arc / CORESTD.SYS < prev    next >
Text File  |  1991-11-19  |  2KB  |  41 lines

  1. coresize(8192)                          Tournament standard Core size
  2. address_space(8192)                     Allow full range addressing
  3. process_limit(64)                       Max. number of processes per warrior
  4. descendant_count(off)                   Ignore SPL B-operand
  5. controlmode(on,off,on,off,on,on,off,off,on) Initial setting of control panel
  6. screensize(25,80)                       EGA: 43,80; VGA: 50,80
  7. windowcolors(dialog,23,31)              B/W displays: 7,15
  8. windowcolors(statusline,48,0)                         120,0
  9. windowcolors(main,9,15)                               7,15
  10. windowcolors(error,206,206)                           135,143
  11. windowcolors(editor,32,47)                            7,15
  12. windowcolors(menu,48,63)                              7,15
  13. windowcolors(message,30,31)                           7,15
  14. prodisplay(1,16,'1',1,'∙',159,'1')      Prog-ID,ExecColor,-Char,WriteColor,-Char,BreakColor,-Char
  15. prodisplay(2,32,'2',2,'∙',175,'2')
  16. prodisplay(3,48,'3',3,'∙',191,'3')
  17. prodisplay(4,64,'4',4,'∙',205,'4')
  18. prodisplay(5,80,'5',5,'∙',219,'5')
  19. prodisplay(6,96,'6',6,'∙',233,'6')
  20. prodisplay(7,112,'7',7,'∙',247,'7')
  21. cycles(100000)                          Execution count-down counter start
  22. editor("edlin noname.red") <**********<<Insert your favorite editor here
  23. exclude(">")                            No pre-increment
  24. exclude("^")                            No PC-relative addressing modes
  25. exclude("\\")
  26. exclude("/")
  27. exclude("$")                            Direct addressing is implicit under ICWS'88
  28. exclude("PCT")                          Disallow non-standard opcodes
  29. exclude("EXC")
  30. exclude("GSB")
  31. exclude("RET")
  32. exclude("PSH")
  33. exclude("POP")
  34. exclude("SSZ")
  35. exclude("HLT")
  36. exclude("SSP")
  37. exclude("RLS")
  38. exclude("DJZ")
  39. exclude("JMG")
  40. exclude("RND")
  41.